const runtime.tlsSlots

3 uses

	runtime (current package)
		runtime2.go#L522: 	tlsSlots = 6
		runtime2.go#L523: 	tlsSize  = tlsSlots * goarch.PtrSize
		runtime2.go#L544: 	tls           [tlsSlots]uintptr // thread-local storage (for x86 extern register)